ArcFM Responder Mobile Developer Guide
DomainObject<TId> Class
Members 






For a discussion of this object, see http://devlicio.us/blogs/billy_mccafferty/archive/2007/04/25/using-equals-gethashcode-effectively.aspx
Object Model
DomainObject<TId> Class
Syntax
'Declaration
 
Public MustInherit Class DomainObject(Of TId) 
'Usage
 
Dim instance As DomainObject(Of TId)
public abstract class DomainObject<TId> 
public class DomainObject abstract; 
JScript does not support Generics.
public __gc abstract class DomainObject<TId> 
generic<typename TId>
public ref class DomainObject abstract 
Type Parameters
TId
Inheritance Hierarchy

System.Object
   Miner.Tasks.Domain.DomainObject<TId>
      Miner.Tasks.Domain.AbstractDomain
      Miner.Tasks.Domain.Task
      Miner.Tasks.Domain.TaskField
      Miner.Tasks.Domain.TaskFieldChangeTracker
      Miner.Tasks.Domain.TaskFieldElement
      Miner.Tasks.Domain.TaskFieldElementChangeTracker

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DomainObject<TId> Members
Miner.Tasks.Domain Namespace

Send Feedback